home *** CD-ROM | disk | FTP | other *** search
- /**
- AEFX_UiLib.h
-
- Part of the Adobe After Effects 3.1 SDK
- Copyright (c)1993-96, Adobe Systems Inc, All Rights Reserved.
-
- Revision History
- 1.0, created by dmw
- **/
-
- #ifndef _H_AEFX_UILIB
- #define _H_AEFX_UILIB
-
- #include <QDOffscreen.h>
-
- Boolean CreateOffscreenBitMap( GWorldPtr *newOffscreen, short depth, Rect *inBounds );
- void DestroyOffscreenBitMap( GWorldPtr oldOffscreen );
- void InvalidateWorld(GWorldPtr offscreen, GDHandle gdH); // fills world w/ an "X"
-
- #endif